home *** CD-ROM | disk | FTP | other *** search
/ SGI Hot Mix 17 / Hot Mix 17.iso / HM17_SGI / research / README.TXT < prev    next >
Text File  |  1997-07-08  |  5KB  |  121 lines

  1. ------------------------------------------------------------
  2. README file: <RSI_Directory>
  3.             <IDL_Directory>    
  4. IDL Version 5.0
  5. ------------------------------------------------------------
  6.  
  7. This file includes the following information:
  8.  
  9. - Note on README files
  10. - Information files on CD-ROM
  11. - Note on location of release notes
  12. - Description of the IDL Directory Tree
  13.  
  14. ------------------------------------------------------------
  15. Note on README files
  16. ------------------------------------------------------------
  17.  
  18. The IDL CD-ROM and directory tree contain a number of files
  19. named README.TXT (Unix and Windows platforms), AAREADME.TXT
  20. (VMS platforms), or ReadMe (Macintosh platforms). Consult
  21. the README file in any directory for information on the files
  22. contained in that directory. If a directory does not have
  23. its own README file, that directory's contents are explained
  24. in its parent directory's README file.
  25.  
  26. ------------------------------------------------------------
  27. Informational Files on the CD-ROM
  28. ------------------------------------------------------------
  29.  
  30. The IDL CD-ROM includes a subdirectory named "info" at the root
  31. level. The "info" directory contains platform-specific release
  32. notes (in appropriately named files) and information about IDL's
  33. network license management facilities. See the readme.txt file
  34. in the "info" directory for details.
  35.  
  36. Note that the files in the "info" directory are not installed
  37. in your IDL directory tree. 
  38.  
  39. ------------------------------------------------------------
  40. Note on location of Release Notes
  41. ------------------------------------------------------------
  42.  
  43. There are two types of release notes for this version of
  44. IDL. One set of release notes are contained in the IDL
  45. online help file. To view the release notes, click the
  46. "Contents" button in the online help viewer, select the
  47. Contents tab, and select the "IDL Online Help Navigator"
  48. topic. From this topic, click on "Release Notes".
  49.  
  50. A second set of release notes, which were too late to include
  51. in the online help file, are found in the file rel_note.txt.
  52. You will find one copy of the rel_note.txt file in the "info"
  53. directory on the CD-ROM; another copy is installed in the
  54. main IDL directory on your hard disk.
  55.  
  56.  
  57. ------------------------------------------------------------
  58. Description of the IDL Directory Tree
  59. ------------------------------------------------------------
  60.  
  61. When you install IDL, you are asked to choose an installation
  62. directory. Research Systems recommends different directories
  63. on different platforms:
  64.  
  65.   Unix:       /usr/local/rsi
  66.   VMS:        SYS$SYSDEVICE:[IDL]
  67.   Windows:    \RSI   (on the drive that has the WINDOWS directory)
  68.   Macintosh:  RSI folder (on the startup drive)
  69.  
  70. You may choose a different directory for your installation.
  71. In any case, in these README files, we refer to this installation
  72. directory as the <RSI_Directory>.
  73.  
  74. IDL itself (and any other Research Systems' products) are installed
  75. in subdirectories of the <RSI_Directory>. Again, the actual name
  76. of the subdirectory differs on different platforms:
  77.  
  78.   Unix:       idl_5    (with a symbolic link to idl)
  79.   VMS:        SYS$SYSDEVICE:[IDL]
  80.   Windows:    IDL50
  81.   Macintosh:  IDL 5.0
  82.  
  83. You cannot change the name of the IDL directory in your <RSI_Directory>.
  84. In these README files, we refer to this directory as the <IDL_Directory>.
  85.  
  86. There are six subdirectories in the <IDL_Directory>. They are:
  87.  
  88.   bin          (Unix and VMS only)
  89.            This subdirectory contains the shell scripts or command
  90.            procedures needed to run IDL. There is a subdirectory in
  91.            this directory named "bin.<platform>" where <platform>
  92.            is the name of your operating system (for example, on a
  93.            Sun computer running Solaris, the directory is named
  94.            bin.solaris2.sparc), which contains the actual binary
  95.            files.
  96.  
  97.            Note: On Windows and Macintosh platforms, the binary files
  98.            are located in <IDL_Directory>.
  99.  
  100.   examples     This directory contains example code written in the IDL
  101.            language, demos, and programs used by the IDL documentation.
  102.  
  103.   external     This directory contains information and sample code 
  104.            relating to Callable IDL and CALL_EXTERNAL/LINKIMAGE
  105.            programs -- that is, programs written in languages other
  106.            than IDL that link to IDL or use IDL as a library.
  107.  
  108.   help         This directory contains files used by IDL's online help
  109.            system and files displayed by some IDL widget applications
  110.            when you click the "help" button.
  111.  
  112.   lib          This directory contains the library of IDL routines which
  113.            are themselves written in the IDL language. 
  114.  
  115.   resource     This directory contains resources including map databases,
  116.            font support, color tables, ODBC drivers, and (on Motif
  117.            platforms) X Window System resources.
  118.  
  119. Each of the subdirectories has its own README file; consult those
  120. files for further information.
  121.